home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
3100
/
3100.xpi
/
chrome
/
content
/
options.xul
< prev
Wrap
Extensible Markup Language
|
2010-01-23
|
4KB
|
73 lines
<?xml version='1.0'?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://clickclean/content/css/options.css" type="text/css"?>
<window windowtype="ccOptions" id="clickcleanoptions" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml">
<!--
Click&Clean Firefox Extension
<http://www.hotcleaner.com/>.
Copyright Mixesoft(c)Project 2004-2010
<http://www.mixesoft.com/>
-->
<html:div id="page">
<!--menu-->
<html:div id="box0" class="box">
<html:button type="button" accesskey="h" id="home" >
<html:img src="img/home256.png" />
<html:p id="home-text"></html:p>
</html:button>
<html:button type="button" accesskey="f" id="forum" >
<html:img src="img/forum256.png" />
<html:p id="forum-text"></html:p>
</html:button>
<html:button type="button" accesskey="t" id="twitter" >
<html:img src="img/twitter256.png" />
<html:p id="twitter-text"></html:p>
</html:button>
<html:button type="button" accesskey="" id="contact" >
<html:img src="img/contact256.png" />
<html:p id="contact-text"></html:p>
</html:button>
</html:div>
<!--clear private data-->
<html:div id="box1" class="box">
<html:p id="san-cap" class="box-cap"></html:p>
<html:input id="san-enabled" type="checkbox" /><html:label id="san-enabled-desc" for="san-enabled"></html:label>
<html:input id="san-close" type="checkbox" /><html:label id="san-close-desc" for="san-close"></html:label>
<html:input id="san-ask" type="checkbox" /><html:label id="san-ask-desc" for="san-ask"></html:label>
<html:label id="san-time-desc" for="san-time"></html:label><html:select id="san-time" size="1"> <html:option>0</html:option><html:option>1</html:option><html:option>2</html:option><html:option>3</html:option><html:option>4</html:option> <html:option>5</html:option> <html:option>6</html:option> <html:option>7</html:option> <html:option id="san-time-inf" >san_time_inf</html:option></html:select>
<html:button id="san-clear" type="button" ></html:button>
</html:div>
<!--external app-->
<html:div id="box2" class="box">
<html:p id="ext-cap" class="box-cap" >ext_cap</html:p>
<html:input id="ext-sanitize" type="checkbox" /><html:label id="ext-sanitize-desc" for="ext-sanitize" ></html:label>
<html:input id="ext-close" type="checkbox" /><html:label id="ext-close-desc" for="ext-close" ></html:label>
<html:label id="ext-path-desc" for="ext-path" ></html:label>
<html:input id="ext-path" size="36" maxlength="254" spellcheck="false" type="text" />
<html:button id="ext-browse" type="button">...</html:button>
<html:label id="ext-arg-desc" for="ext-arg"></html:label>
<html:input id="ext-arg" size="36" maxlength="254" spellcheck="false" type="text" />
<html:button id="ext-run" type="button" ></html:button>
</html:div>
<!--advanced-->
<html:div id="box3" class="box">
<html:p id="adv-cap" class="box-cap" ></html:p>
<html:input id="adv-lso" type="checkbox" /><html:label id="adv-lso-desc" for="adv-lso" ></html:label>
<html:input id="adv-tabs" type="checkbox" /><html:label id="adv-tabs-desc" for="adv-tabs" ></html:label>
<html:input id="adv-tab" type="checkbox" /><html:label id="adv-tab-desc" for="adv-tab" ></html:label>
</html:div>
<html:button id="opt-def" accesskey="r" type="button" ></html:button>
<html:button id="opt-cancel" accesskey="c" type="button" ></html:button>
<html:button id="opt-ok" accesskey="o" type="button" ></html:button>
<html:div id="tip"></html:div>
</html:div>
<script type="application/x-javascript" src="chrome://clickclean/content/js/options.js" />
<stringbundleset id="stringbundleset">
<stringbundle id="bundle_clickclean" src="chrome://clickclean/locale/clickclean.properties"/>
</stringbundleset>
</window>